-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[rb] Remove json
version constraint
#16436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This was a bug in the json gem, specific to the java flavor. There is no reason to restrict it for everybody else. Just picking a more modern version in CI is good enough
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for helping us with this!
User description
This was a bug in the json gem, specific to the java flavor. There is no reason to restrict it for everybody else.
Just picking a more modern version in CI is good enough
🔗 Related Issues
Fixes #16385
💥 What does this PR do?
Removes the json version constraint.
🔧 Implementation Notes
Just remove it from the gemspec, there is no point in it being present there.
json
is a default gem.🔄 Types of changes
PR Type
Bug fix
Description
Removed restrictive
json
gem version constraint from gemspecUpdated CI to use modern
json
version (2.15.1)Addressed Java-specific bug without limiting other platforms
Diagram Walkthrough
File Walkthrough
selenium-webdriver.gemspec
Remove json version constraint from gemspec
rb/selenium-webdriver.gemspec
json
gem version constraint (<= 2.13.2
)json
gem to use any compatible version as a default gemMODULE.bazel
Update json gem to version 2.15.1 in CI
MODULE.bazel
json
gem version from 2.13.2 to 2.15.1